home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.security.PrivilegedAction;
-
- final class SocksSocketImpl$2 implements PrivilegedAction {
- // $FF: synthetic field
- final InetAddress val$addr;
- // $FF: synthetic field
- final SocksSocketImpl this$0;
-
- SocksSocketImpl$2(SocksSocketImpl var1, InetAddress var2) {
- this.this$0 = var1;
- this.val$addr = var2;
- }
-
- public Object run() {
- return Authenticator.requestPasswordAuthentication(SocksSocketImpl.access$300(this.this$0), this.val$addr, SocksSocketImpl.access$400(this.this$0), "SOCKS5", "SOCKS authentication", (String)null);
- }
- }
-